home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Games
/
Arashi 1.1.1
/
source code
/
Game Source
/
mtz
/
mtz src
/
gdef.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-01-27
|
163 b
|
8 lines
|
[
TEXT/KAHL
]
pascal OSErr main(selector, response)
OSType selector;
long *response;
{
*response = 0x12; /* return a value that will disable superclock */
return 0;
}